Objects Reference

console::draw_text

Prototype

float draw_text(float x,float y,char *text)

Parameters

Parameter Type Description
x float position of text in x
y float position of text in y
text char * the text string

Return Value

Returns the x position at the end of the printed text.

Remarks

This function draws a string of text in the console.